home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / comm / bbs / Hydra11s.lha / HBBS / Source / Doors_System / XPR / XPRD_Source / xpr.h < prev    next >
Text File  |  1996-06-25  |  161b  |  10 lines

  1. /*
  2.     Protos for XPR
  3. */
  4. int xprinit(char*);
  5. int xprsend(void);
  6. int xprreceive(void);
  7. void xprclose(void);
  8.  
  9. void __stdargs plog(char,char*,long arg1,long arg2);
  10.